home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 May / Disc 2 / PCU0503CD2.iso / Crystal / 3rdparty / JavaVM / Plug-in / jplugin.exe / jaws.jar / sun / plugin / ConsoleWindow$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-06-22  |  651 b   |  19 lines

  1. package sun.plugin;
  2.  
  3. import java.awt.event.ActionEvent;
  4. import java.awt.event.ActionListener;
  5.  
  6. final class ConsoleWindow$2 implements ActionListener {
  7.    // $FF: synthetic field
  8.    private final ConsoleWindow this$0;
  9.  
  10.    public void actionPerformed(ActionEvent var1) {
  11.       this.this$0.dispose();
  12.    }
  13.  
  14.    // $FF: synthetic method
  15.    ConsoleWindow$2(ConsoleWindow var1) {
  16.       this.this$0 = var1;
  17.    }
  18. }
  19.